Vcenter NamespaceManagement Clusters VpcNetworkSummary

Vcenter NamespaceManagement Clusters VpcNetworkSummary
Vcenter NamespaceManagement Clusters VpcNetworkSummary

The Vcenter NamespaceManagement Clusters VpcNetworkSummary schema describes the the VPC settings for a Supervisor.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "nsx_project": "string",
    "vpc_connectivity_profile": "string",
    "default_private_cidrs": [
        {
            "address": "string",
            "prefix": 0
        }
    ],
    "auto_created": false
}
string
nsx_project
Required

NsxProject is the NSX path of an NSX Project.

This property was added in vSphere API 9.0.0.0.

string
vpc_connectivity_profile
Required

VpcConnectivityProfile is the path of a VpcConnectivityProfile.

This property was added in vSphere API 9.0.0.0.

default_private_cidrs
Required

Default CIDR blocks from which private subnets and private pod IPs are allocated.

This property was added in vSphere API 9.0.0.0.

boolean
auto_created
Required

Whether the VPC has been automatically created for the namespace.

This property was added in vSphere API 9.0.0.0.